Welcome![Sign In][Sign Up]
Location:
Search - hibernate API

Search list

[CSharpWindowsPower

Description: Very cool application for performing basic system operations like shutdown, hibernate, logoff, start screen saver etc. Also has good timing options and custom messages. Makes calls to some system win api
Platform: | Size: 845824 | Author: Opata Chibueze | Hits:

[JSPJPA

Description: 介绍java persistence API在项目中的应用以及jpa与hibernate的区别-Java persistence API introduced in the project application with hibernate and jpa difference
Platform: | Size: 1313792 | Author: lucian | Hits:

[JSP/JavaHibernatePapi

Description: hibernate 文档及中文API,希望能有朋友需要-Chinese API documentation and hibernate
Platform: | Size: 512000 | Author: 张玮 | Hits:

[JSP/Javaoops

Description: 权限系统 1. 目的:开发通用的权限系统。 2. 系统架构:struts2.8+hibernate3.5+spring3.0 2. 浏览器: 因为开发是一直使用的是chrome,开发完后才发现不兼容ie 3. 注意事项:如果出现 java.lang.NoSuchMethodError: javax.persistence.OneToMany.orphanRemoval()Z 由于hibernate-jpa-2.0-api-1.0.0.Final.jar和javaee的javax.persistence包冲突,删除javaee包的javax.persistence就可以解决了 4. 项目采用的annotation代替以前的xml配置,可以更好的方便维护 5. 项目入口:http://localhost:8080/ops(项目名)/manage/login.jsp 用户名:asdf 密码:asdf -Access system 1. Objective: To develop a common access system. 2. System Architecture: struts2.8+ hibernate3.5+ spring3.0 2. Browser: Because development is has been using chrome, only to find after the development is not compatible ie 3. Note: If there is java.lang.NoSuchMethodError: javax . persistence.OneToMany.orphanRemoval () Z because hibernate-jpa-2.0-api-1.0.0.Final.jar and javaee of javax.persistence package conflict remove javaee package can be resolved javax.persistence 4 items used xml annotation instead of the previous configuration, you can better facilitate the maintenance of 5 project entry: http://localhost:8080/ops (project name)/manage/login.jsp User Name: asdf Password: asdf
Platform: | Size: 19406848 | Author: paggywong | Hits:

[JSP/JavaehcacheDemo

Description: EhCache 是一个纯Java的进程内缓存框架,具有快速、精干等特点,是Hibernate中默认的CacheProvider。-主要的特性有: 1. 快速. 2. 简单. 3. 多种缓存策略 4. 缓存数据有两级:内存和磁盘,因此无需担心容量问题 5. 缓存数据会在虚拟机重启的过程中写入磁盘 6. 可以通过RMI、可插入API等方式进行分布式缓存 7. 具有缓存和缓存管理器的侦听接口 8. 支持多缓存管理器实例,以及一个实例的多个缓存区域 9. 提供Hibernate的缓存实现 10. 等等
Platform: | Size: 710656 | Author: 王学兴 | Hits:

[JSP/Javahibernate_0500_CoreAPI

Description: 这是hibernate的core ApI的测试源码,对hibernate的学习会很有帮助-This is the hibernate core ApI test source code, to learn hibernate very helpful
Platform: | Size: 12288 | Author: hutianchen | Hits:

[OS programWinShutResetStandby

Description: windows关机,休眠,睡眠API使用的软件-windows shutdown, hibernate, sleep API to use software
Platform: | Size: 3512320 | Author: BIOSer | Hits:

[JSP/JavaHibernate_Javake_Ch03_Session

Description: Hibernate介绍Session API接口如何使用,包括Sessoin.save(),update(),delete().get()和load方法-Hibernate Session API describes how to use the interface, including Sessoin.save (), update (), delete (). Get () and load method
Platform: | Size: 7559168 | Author: eric | Hits:

[JSPJavaEE5API

Description: java EE API帮助文档,帮助我们快速了解和熟习相关知识点。-java EE API help docment,Help learn learn Hibernate quickly.
Platform: | Size: 5390336 | Author: 白庆周 | Hits:

[OS programyHibernate

Description: windows系统下通过Win32 API控制系统进入关闭,休眠,睡眠和关机状态。-Control the system into requested state such as shutdown, hibernate, sleep and reboot by Win32 API.
Platform: | Size: 1941504 | Author: | Hits:

[DocumentsHibernate_3.2.0_Reference_zh_CN

Description: hibernate使用参考中文版,帮助理解使用hibernate的api的中文文档。-Reference Chinese version using hibernate
Platform: | Size: 512000 | Author: 张昌 | Hits:

[JSPHibernate_Quick_Start

Description: Hibernate原理与配置快速入门:介绍Hibernate的核心Api调用库,并讲解一下它的基本配置-Principles and configure Hibernate Quick Start: Introduction to Hibernate Core Api call library, and explain its basic configuration
Platform: | Size: 197632 | Author: 黄秀芬 | Hits:

[Software Engineeringhibernate3.2.0

Description: hibernate 3.2 api,开发指南、开发手删、欢迎下载。-hibernate 3.2 api
Platform: | Size: 328704 | Author: 郭泽斌 | Hits:

[JSPHibernate_3.2.0_Reference_zh_CN

Description: Hibernate参考文档介绍了hibernate使用,便于java开发者快速便捷的查看API接口文档进行开发-Hibernate reference document describes the use of hibernate for Java developers to quickly and easily view the API interface documentation for development
Platform: | Size: 513024 | Author: 杜鹏程 | Hits:

[JSP/Javadom4j-1.6.1

Description: dom4j是一个Java的XML API,类似于jdom,用来读写XML文件的。dom4j是一个十分优秀的JavaXML API,具有性能优异、功能强大和极其易使用的特点,同时它也是一个开放源代码的软件,可以在SourceForge上找到它。在IBM developerWorks上面还可以找到一篇文章,对主流的Java XML API进行的性能、功能和易用性的评测,所以可以知道dom4j无论在哪个方面都是非常出色的。如今可以看到越来越多的Java软件都在使用dom4j来读写XML,特别值得一提的是连Sun的JAXM也在用dom4j。这已经是必须使用的jar包, Hibernate也用它来读写配置文件。(Dom4j is a Java XML API, similar to JDOM, used to read and write XML files. Dom4j is a very good JavaXML API, with excellent performance, powerful and extremely easy to use features, and it is also an open source software, you can find it on the SourceForge. On IBM developerWorks, you can also find an article on the performance, functionality, and usability of the mainstream Java XML API, so you can see that Dom4j is excellent in any way. Now you can see that more and more Java software is using Dom4j to read and write XML, and it is worth mentioning that even Sun's JAXM is using dom4j. This is already a jar package that must be used, and Hibernate uses it to read and write configuration files.)
Platform: | Size: 11881472 | Author: duchaochen | Hits:
« 1 2 3 4»

CodeBus www.codebus.net